home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-12-15 | 1018 b | 21 lines | [TEXT/GEOL] |
- Item 3452275 14-Dec-89 06:12
-
- From: D5284 BDM Int'l, Ann Confer,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: TEditText in ViewEdit
-
- I am using ViewEdit to create the views for my MacApp 2.0b9 application.
- Several of the views are modeless windows or modal dialogs that have edit text
- controls on them. I am having problems getting the edit texts, which have been
- left as having class TEditText, to act like edit text controls when the window
- or dialog is brought up in the application. Either nothing happens when I
- click on the control (the cursor doesn't even change when it moves over the
- control) or, if the control has been set as the target of the window, then I
- get a run-time error saying the handle is nil. What am I doing wrong? I've
- looked at DemoDialogs to see if there is something special I have to do, but
- can't find anything different between how it is handling edit text controls and
- how I handle them.
-
-